3.96 \(\int (a+a \sec (e+f x))^{3/2} \sqrt{c-c \sec (e+f x)} \, dx\)

Optimal. Leaf size=93 \[ \frac{a^2 c \tan (e+f x) \log (\cos (e+f x))}{f \sqrt{a \sec (e+f x)+a} \sqrt{c-c \sec (e+f x)}}-\frac{a c \tan (e+f x) \sqrt{a \sec (e+f x)+a}}{f \sqrt{c-c \sec (e+f x)}} \]

[Out]

(a^2*c*Log[Cos[e + f*x]]*Tan[e + f*x])/(f*Sqrt[a + a*Sec[e + f*x]]*Sqrt[c - c*Sec[e + f*x]]) - (a*c*Sqrt[a + a
*Sec[e + f*x]]*Tan[e + f*x])/(f*Sqrt[c - c*Sec[e + f*x]])

________________________________________________________________________________________

Rubi [A]  time = 0.169297, antiderivative size = 93, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 30, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.1, Rules used = {3906, 3905, 3475} \[ \frac{a^2 c \tan (e+f x) \log (\cos (e+f x))}{f \sqrt{a \sec (e+f x)+a} \sqrt{c-c \sec (e+f x)}}-\frac{a c \tan (e+f x) \sqrt{a \sec (e+f x)+a}}{f \sqrt{c-c \sec (e+f x)}} \]

Antiderivative was successfully verified.

[In]

Int[(a + a*Sec[e + f*x])^(3/2)*Sqrt[c - c*Sec[e + f*x]],x]

[Out]

(a^2*c*Log[Cos[e + f*x]]*Tan[e + f*x])/(f*Sqrt[a + a*Sec[e + f*x]]*Sqrt[c - c*Sec[e + f*x]]) - (a*c*Sqrt[a + a
*Sec[e + f*x]]*Tan[e + f*x])/(f*Sqrt[c - c*Sec[e + f*x]])

Rule 3906

Int[Sqrt[csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_)]*(csc[(e_.) + (f_.)*(x_)]*(d_.) + (c_))^(n_.), x_Symbol] :> Simp
[(2*a*c*Cot[e + f*x]*(c + d*Csc[e + f*x])^(n - 1))/(f*(2*n - 1)*Sqrt[a + b*Csc[e + f*x]]), x] + Dist[c, Int[Sq
rt[a + b*Csc[e + f*x]]*(c + d*Csc[e + f*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d, e, f}, x] && EqQ[b*c + a*d,
0] && EqQ[a^2 - b^2, 0] && GtQ[n, 1/2]

Rule 3905

Int[(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(m_)*(csc[(e_.) + (f_.)*(x_)]*(d_.) + (c_))^(m_), x_Symbol] :> Dist
[((-(a*c))^(m + 1/2)*Cot[e + f*x])/(Sqrt[a + b*Csc[e + f*x]]*Sqrt[c + d*Csc[e + f*x]]), Int[Cot[e + f*x]^(2*m)
, x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0] && IntegerQ[m + 1/2]

Rule 3475

Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Log[RemoveContent[Cos[c + d*x], x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin{align*} \int (a+a \sec (e+f x))^{3/2} \sqrt{c-c \sec (e+f x)} \, dx &=-\frac{a c \sqrt{a+a \sec (e+f x)} \tan (e+f x)}{f \sqrt{c-c \sec (e+f x)}}+a \int \sqrt{a+a \sec (e+f x)} \sqrt{c-c \sec (e+f x)} \, dx\\ &=-\frac{a c \sqrt{a+a \sec (e+f x)} \tan (e+f x)}{f \sqrt{c-c \sec (e+f x)}}-\frac{\left (a^2 c \tan (e+f x)\right ) \int \tan (e+f x) \, dx}{\sqrt{a+a \sec (e+f x)} \sqrt{c-c \sec (e+f x)}}\\ &=\frac{a^2 c \log (\cos (e+f x)) \tan (e+f x)}{f \sqrt{a+a \sec (e+f x)} \sqrt{c-c \sec (e+f x)}}-\frac{a c \sqrt{a+a \sec (e+f x)} \tan (e+f x)}{f \sqrt{c-c \sec (e+f x)}}\\ \end{align*}

Mathematica [C]  time = 0.72738, size = 128, normalized size = 1.38 \[ \frac{a e^{-i (e+f x)} \left (1+e^{2 i (e+f x)}\right ) \left (\cot \left (\frac{1}{2} (e+f x)\right )+i\right ) \sec (e+f x) \sqrt{a (\sec (e+f x)+1)} \sqrt{c-c \sec (e+f x)} \left (1+\left (i f x-\log \left (1+e^{2 i (e+f x)}\right )\right ) \cos (e+f x)\right )}{2 f \left (1+e^{i (e+f x)}\right )} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + a*Sec[e + f*x])^(3/2)*Sqrt[c - c*Sec[e + f*x]],x]

[Out]

(a*(1 + E^((2*I)*(e + f*x)))*(I + Cot[(e + f*x)/2])*(1 + Cos[e + f*x]*(I*f*x - Log[1 + E^((2*I)*(e + f*x))]))*
Sec[e + f*x]*Sqrt[a*(1 + Sec[e + f*x])]*Sqrt[c - c*Sec[e + f*x]])/(2*E^(I*(e + f*x))*(1 + E^(I*(e + f*x)))*f)

________________________________________________________________________________________

Maple [A]  time = 0.309, size = 151, normalized size = 1.6 \begin{align*} -{\frac{a}{f\sin \left ( fx+e \right ) } \left ( \cos \left ( fx+e \right ) \ln \left ({\frac{1-\cos \left ( fx+e \right ) +\sin \left ( fx+e \right ) }{\sin \left ( fx+e \right ) }} \right ) +\cos \left ( fx+e \right ) \ln \left ( -{\frac{-1+\cos \left ( fx+e \right ) +\sin \left ( fx+e \right ) }{\sin \left ( fx+e \right ) }} \right ) -\cos \left ( fx+e \right ) \ln \left ( 2\, \left ( 1+\cos \left ( fx+e \right ) \right ) ^{-1} \right ) -\cos \left ( fx+e \right ) -1 \right ) \sqrt{{\frac{c \left ( -1+\cos \left ( fx+e \right ) \right ) }{\cos \left ( fx+e \right ) }}}\sqrt{{\frac{a \left ( 1+\cos \left ( fx+e \right ) \right ) }{\cos \left ( fx+e \right ) }}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+a*sec(f*x+e))^(3/2)*(c-c*sec(f*x+e))^(1/2),x)

[Out]

-1/f*a*(cos(f*x+e)*ln((1-cos(f*x+e)+sin(f*x+e))/sin(f*x+e))+cos(f*x+e)*ln(-(-1+cos(f*x+e)+sin(f*x+e))/sin(f*x+
e))-cos(f*x+e)*ln(2/(1+cos(f*x+e)))-cos(f*x+e)-1)*(c*(-1+cos(f*x+e))/cos(f*x+e))^(1/2)*(1/cos(f*x+e)*a*(1+cos(
f*x+e)))^(1/2)/sin(f*x+e)

________________________________________________________________________________________

Maxima [B]  time = 1.78084, size = 328, normalized size = 3.53 \begin{align*} -\frac{{\left ({\left (f x + e\right )} a \cos \left (2 \, f x + 2 \, e\right )^{2} +{\left (f x + e\right )} a \sin \left (2 \, f x + 2 \, e\right )^{2} + 2 \,{\left (f x + e\right )} a \cos \left (2 \, f x + 2 \, e\right ) - 2 \, a \cos \left (\frac{1}{2} \, \arctan \left (\sin \left (2 \, f x + 2 \, e\right ), \cos \left (2 \, f x + 2 \, e\right )\right )\right ) \sin \left (2 \, f x + 2 \, e\right ) +{\left (f x + e\right )} a -{\left (a \cos \left (2 \, f x + 2 \, e\right )^{2} + a \sin \left (2 \, f x + 2 \, e\right )^{2} + 2 \, a \cos \left (2 \, f x + 2 \, e\right ) + a\right )} \arctan \left (\sin \left (2 \, f x + 2 \, e\right ), \cos \left (2 \, f x + 2 \, e\right ) + 1\right ) + 2 \,{\left (a \cos \left (2 \, f x + 2 \, e\right ) + a\right )} \sin \left (\frac{1}{2} \, \arctan \left (\sin \left (2 \, f x + 2 \, e\right ), \cos \left (2 \, f x + 2 \, e\right )\right )\right )\right )} \sqrt{a} \sqrt{c}}{{\left (\cos \left (2 \, f x + 2 \, e\right )^{2} + \sin \left (2 \, f x + 2 \, e\right )^{2} + 2 \, \cos \left (2 \, f x + 2 \, e\right ) + 1\right )} f} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(f*x+e))^(3/2)*(c-c*sec(f*x+e))^(1/2),x, algorithm="maxima")

[Out]

-((f*x + e)*a*cos(2*f*x + 2*e)^2 + (f*x + e)*a*sin(2*f*x + 2*e)^2 + 2*(f*x + e)*a*cos(2*f*x + 2*e) - 2*a*cos(1
/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))*sin(2*f*x + 2*e) + (f*x + e)*a - (a*cos(2*f*x + 2*e)^2 + a*sin
(2*f*x + 2*e)^2 + 2*a*cos(2*f*x + 2*e) + a)*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e) + 1) + 2*(a*cos(2*f*x +
 2*e) + a)*sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))))*sqrt(a)*sqrt(c)/((cos(2*f*x + 2*e)^2 + sin(2*
f*x + 2*e)^2 + 2*cos(2*f*x + 2*e) + 1)*f)

________________________________________________________________________________________

Fricas [A]  time = 1.66006, size = 884, normalized size = 9.51 \begin{align*} \left [\frac{2 \, a \sqrt{\frac{a \cos \left (f x + e\right ) + a}{\cos \left (f x + e\right )}} \sqrt{\frac{c \cos \left (f x + e\right ) - c}{\cos \left (f x + e\right )}} \sin \left (f x + e\right ) + \sqrt{-a c}{\left (a \cos \left (f x + e\right ) + a\right )} \log \left (\frac{a c \cos \left (f x + e\right )^{4} -{\left (\cos \left (f x + e\right )^{3} + \cos \left (f x + e\right )\right )} \sqrt{-a c} \sqrt{\frac{a \cos \left (f x + e\right ) + a}{\cos \left (f x + e\right )}} \sqrt{\frac{c \cos \left (f x + e\right ) - c}{\cos \left (f x + e\right )}} \sin \left (f x + e\right ) + a c}{2 \, \cos \left (f x + e\right )^{2}}\right )}{2 \,{\left (f \cos \left (f x + e\right ) + f\right )}}, \frac{a \sqrt{\frac{a \cos \left (f x + e\right ) + a}{\cos \left (f x + e\right )}} \sqrt{\frac{c \cos \left (f x + e\right ) - c}{\cos \left (f x + e\right )}} \sin \left (f x + e\right ) + \sqrt{a c}{\left (a \cos \left (f x + e\right ) + a\right )} \arctan \left (\frac{\sqrt{a c} \sqrt{\frac{a \cos \left (f x + e\right ) + a}{\cos \left (f x + e\right )}} \sqrt{\frac{c \cos \left (f x + e\right ) - c}{\cos \left (f x + e\right )}} \cos \left (f x + e\right ) \sin \left (f x + e\right )}{a c \cos \left (f x + e\right )^{2} + a c}\right )}{f \cos \left (f x + e\right ) + f}\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(f*x+e))^(3/2)*(c-c*sec(f*x+e))^(1/2),x, algorithm="fricas")

[Out]

[1/2*(2*a*sqrt((a*cos(f*x + e) + a)/cos(f*x + e))*sqrt((c*cos(f*x + e) - c)/cos(f*x + e))*sin(f*x + e) + sqrt(
-a*c)*(a*cos(f*x + e) + a)*log(1/2*(a*c*cos(f*x + e)^4 - (cos(f*x + e)^3 + cos(f*x + e))*sqrt(-a*c)*sqrt((a*co
s(f*x + e) + a)/cos(f*x + e))*sqrt((c*cos(f*x + e) - c)/cos(f*x + e))*sin(f*x + e) + a*c)/cos(f*x + e)^2))/(f*
cos(f*x + e) + f), (a*sqrt((a*cos(f*x + e) + a)/cos(f*x + e))*sqrt((c*cos(f*x + e) - c)/cos(f*x + e))*sin(f*x
+ e) + sqrt(a*c)*(a*cos(f*x + e) + a)*arctan(sqrt(a*c)*sqrt((a*cos(f*x + e) + a)/cos(f*x + e))*sqrt((c*cos(f*x
 + e) - c)/cos(f*x + e))*cos(f*x + e)*sin(f*x + e)/(a*c*cos(f*x + e)^2 + a*c)))/(f*cos(f*x + e) + f)]

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(f*x+e))**(3/2)*(c-c*sec(f*x+e))**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(f*x+e))^(3/2)*(c-c*sec(f*x+e))^(1/2),x, algorithm="giac")

[Out]

Timed out